Welcome![Sign In][Sign Up]
Location:
Search - eclipse web service

Search list

[Internet-Networkblog

Description: 博客管理系统。安装说明: 1、在SQLSERVER中创建blog数据库并创建登陆帐号blog:blog,然后在SQL Server查询分析器中运行doc目录下db.sql创建所有表; 2、将工程导入Eclipse; 3、部署工程; 4、运行tomcat; 5、进入tomcat管理web后台, 在Tomcat->Service->Host->Context(blog)->Resources->Data Sources中添加 Data Source URL: jdbc:jtds:sqlserver://${dbhost}:1433 DatabaseName=blog JDBC Driver Class: net.sourceforge.jtds.jdbc.Driver User Name: blog Password: blog 6、done!
Platform: | Size: 947849 | Author: 黄狄全 | Hits:

[JSP/Javaaxis2_Tomcat_Eclipse_to_deploy_Web_services_to_acc

Description: axis2 Tomcat Eclipse 部署访问Web服务经典教程-axis2 Tomcat Eclipse deployment Web service to access the classic tutorial
Platform: | Size: 388096 | Author: nizi | Hits:

[JSPMyEclipse.6.Java

Description: 本书的第一章介绍常见的 Java 软件以及数据库和MyEclipse 开发工具的下载和安装方 法;第二章则带领读者通过手工和开发工具对比的方式热身开发最简单的应用;第三章则对 Eclipse 开发环境进行介绍;第四章则介绍如何用MyEclipse 管理数据库的;第五章开发基 于JDBC 的应用;第六章则介绍如何在管理应用服务器;第七章在四五章的基础上介绍 Hibernate 的快速开发;第八章在第六章基础上介绍基础的Web 应用(JSP、Servlet)的 开发;第九章则进一步介绍Struts 1 的开发;第十章重点介绍Spring 的IOC,AOP 和整合 Hibernate 的开发;第十一章则介绍Spring 整合Struts、Hibernate 的开发过程;第十二章 则介绍最新推出的JPA 规范及其快速开发功能;第十三章介绍Java EE 5 规范推出的Web 层框架JSF 的开发过程;第十四章则介绍SOA 的基石:基于Xfire 的Web Service 的快速 开发过程;第十五章讨论了EJB 3 的开发;第十六章则探讨了如用进行UML 建模。-The first chapter of the book describes the Java software and database and MyEclipse development tools to download and the installation Law the second chapter leads the reader to warm up through the contrast of the hand, and development tools to develop the most simple applications Chapter III of The Eclipse development environment is described The fourth chapter describes how to use MyEclipse management database developed in Chapter 5 base JDBC application Chapter 6 describes how to manage the application server Chapter VII introduced in the 45 chapter on the basis of The Hibernate rapid development -based Web applications (JSP, servlet) Chapter VIII of Chapter VI on the basis of Chapter IX of the development further introduce the Struts development Chapter 10 highlights the Spring IOC, AOP and integration Hibernate development Chapter 11 Spring integrate Struts and Hibernate development process Chapter XII Introduces the latest JPA specification and its rapid develop
Platform: | Size: 9357312 | Author: 李欢 | Hits:

[Windows DevelopXXfireSpringf

Description: 用spring整合xfire来实现web service,内内有完成的配置和eclipse 工程文件,已通过测试。 -Spring integration xfire web service, to complete the configuration and eclipse project files in the Nene, has been tested.
Platform: | Size: 2565120 | Author: yejinwei | Hits:

[JSP/Javajava_biee_demo

Description: 调用BIEE提供的web service 门户项目中准备用web service获取现有的制作好的报表进行展示。遂去研究了下,研究的过程也是满纠结的,总算根据多方资料,将demo跑通了。 本文参考了网上的一些资料,做一下总结而已。讲解下如何配置,成功的获取到相关报表。 biee的web service的介绍我就不说了了,官方文档如下: http://download.oracle.com/docs/cd/E21764_01/bi.1111/e16364/soa_overview.htm 提供的服务如下: http://download.oracle.com/docs/cd/E12096_01/books/AnyWebServ/AnyWebServTOC.html 使用axis生成WEB service的客户端代码: 步骤参考: http://gerardnico.com/wiki/ide/eclipse/eclipse_how_to_consume_a_webservice_with_wtp 需要指定包名为:com.siebel.analytics.web.soap.v5 客户端代码生成后,在eclipse下由于下载了插件依赖包都是有的,所以可以直接写一个java程序去测试下是否调用web service成功。-Web service portal project calls BIEE provided ready access to existing web service by making good reports on display. Then went to study under the research process is full of tangled, multi-information and finally based on the demo run through. This reference to some of the information online, do some summary only. Under explain how to configure the successful acquisition of relevant reports. biee the web service' s introduction I will not say, and official documents as follows: Service http://download.oracle.com/docs/cd/E21764_01/bi.1111/e16364/soa_overview.htm provides as follows: http://download.oracle.com/docs/cd/E12096_01/books/AnyWebServ/AnyWebServTOC.html using axis generated WEB service client code: Step Reference: http://gerardnico.com/wiki/ide/eclipse/eclipse_how_to_consume_a_webservice_with_wtp need to specify package called: com.siebel.analytics.web.soap.v5 client code generation later, in the eclipse because the downloaded plugin dependencies are there, so you can dire
Platform: | Size: 5194752 | Author: lizhibing | Hits:

[androidandroid_wangshangyuyue

Description: android网上预约挂号服务端和客户端毕业设计源码采用eclipse开发,SDK版本4.3,供制作android毕业设计的同学做参考。导入工程后一定要引入SDK包。 本系统实现了病人在安卓手机上登录、注册、挂号、查看医生信息等功能。实现原理是app端与web服务端做交互,然后web服务端再去调用mysql数据库里面的内容,维护mysql数据内容的时候直接在web服务端进行维护。 注意,本项目暂时没有数据库,只有j2ee服务端源码和安卓客户端源码,你可以查看src\com\hospital下的model层里面的字段建表,共四个表,几个字段。有mysql基础的人半小时内肯定可以把表建起来。-android online appointment registration service and client graduation project source code using eclipse development, SDK version 4.3, designed for the production of android graduate students reference. After importing the project must be introduced into the SDK package. The system realizes the patient on Android phones login, registration, registration, view the doctor information and other functions. App end principle is to do with a web server interaction, and then go call mysql web server inside the content, data content when maintenance mysql web server directly for maintenance. Note that this project has no , only j2ee server source code and Android client source code, you can view the model layer src \ com \ hospital built under the table inside the field, a total of four tables, a few fields. There mysql-based tables can certainly build up within half an hour.
Platform: | Size: 2306048 | Author: 王伟 | Hits:

[JSP/JavaMyCxfClient

Description: 基于cxf实现的,根据wsdl实现的java客户端,有两种方式实现,供入门者参考: 1.通过eclipse自带的“右键-->new-->Web Services-->Web Service Client”根据wsdl生成本地代码实现 2.基于JDK自带的wsimport命令生成本地代码实现(Based on cxf, java client implemented according to bell 1 can be implemented in two ways for beginners to refer to: 1. Generate local code according to the CSS through the "right-click - > New - > Web Services - > Web Service Client" that comes with eclipse. 2. Generating local code based on wsimport command of JDK)
Platform: | Size: 15082496 | Author: gzxdale | Hits:
« 1 2»

CodeBus www.codebus.net